home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / ACE_ByteRun.lha / include / SUBMods / byterun.h
Encoding:
Text File  |  1999-08-20  |  546 b   |  24 lines

  1. /*
  2. ** SubMod declarations for ACE Basic
  3. **
  4. ** Note: © by Oliver Gantert
  5. **       <LucyG@t-online.de>
  6. **
  7. **       Don't forget to link with <byterun.o>
  8. **       
  9. ** Date: 19-08-99
  10. **
  11. */
  12.  
  13. DECLARE SUB LONGINT Cmp_BR(ADDRESS source_mem, ADDRESS target_mem, LONGINT source_len) EXTERNAL
  14.  
  15. /*  Cmp_BR returns size of crunched data, 0 if something went wrong  /*
  16.  
  17.  
  18. DECLARE SUB DCmp_BR(ADDRESS source_mem, ADDRESS target_mem, LONGINT target_len) EXTERNAL
  19.  
  20. /*
  21. **  You MUST know the size of decrunched data, so store it somewhere
  22. **  before compression!
  23. */
  24.